home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / wqvt430.arc / QVT.GLB < prev    next >
Text File  |  1990-07-02  |  918b  |  37 lines

  1. /*********************************************
  2. /* WinQVT Global Settings File               *
  3. /* This file is read once at startup time    *
  4. /*********************************************
  5. /*
  6. /* the modem initialization string
  7. /* the default is for Hayes-compatible 2400-baud modems
  8. /*
  9. init=atq0e0v0x4&c1&d2^M
  10. /*
  11. /* dialing method (for Hayes-compatible modems only)
  12. /* possible values are 'tone' or 'pulse'
  13. /*
  14. dialmethod=tone
  15. /*
  16. /* 'dialprefix' is used to supply the dialing lead-in for non-Hayes modems
  17. /* If present, overrides 'tone' or 'pulse'
  18. /* Leave blank if you have a Hayes-compatible modem
  19. /*
  20. dialprefix=
  21. /*
  22. /* Dialing command terminator for non-Hayes modems
  23. /*
  24. dialsuffix=
  25. /*
  26. /* Hangup method: drop DTR or use Hayes commands?
  27. /*
  28. hangup=hardware
  29. /*
  30. /* Enhanced keyboard: yes or no
  31. /*
  32. keyboard=enhanced
  33. /*
  34. /* Use DEC or IBM mapping for dedicated editing keypad
  35. /*
  36. keypad=DEC
  37.